home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / share / udos / dxp210 / dxp.hst < prev    next >
Encoding:
Text File  |  1993-01-25  |  5.0 KB  |  98 lines

  1. History of Disk eXPress:
  2.  
  3. 1.01    11/25/91        First release of DSKEXP (Disk Express).  Package
  4.                         includes this history file, the documentation file,
  5.                         DSKEXP.EXE (DOS version of the program) and
  6.                         DSKEXP2.EXE (OS/2 version of the program).
  7. 1.02    12/04/91        Bug fix for version 1.01.
  8.                         DSKEXP:
  9.                           - Failed to read diskette correctly if a new
  10.                             diskette is insert in drive.  If the diskette
  11.                             has been previously accessed by DOS, DSKEXP
  12.                             will read the diskette correctly.
  13.                           - Failed to read 160K/180K diskettes.
  14.                           - Diskette conversion failed for 160K/180K
  15.                             diskettes.
  16.                         DSKEXP and DSKEXP2:
  17.                           - Incorrect diskette fragmentation report for
  18.                             1.2M diskette.
  19.                           - Diskette conversion is now limited to different
  20.                             form factor diskettes (5.25" to 5.25" conversion
  21.                             and 3.5" to 3.5" conversion are not allowed).
  22.                           - Corrections to documentation.
  23. 1.04    02/19/92        DSKEXP:
  24.                           - /f not working in version 1.02 is fixed.
  25.                         DSKEXP and DSKEXP2:
  26.                           - New logic for FAT scanning.  Previous versions
  27.                             may not correctly determine the actual last
  28.                             sector used unless /a is specified.
  29.                           - New Ctrl-C and Ctrl-Break routines.
  30.                           - Incomplete output file will be deleted when user
  31.                             hits Ctrl-C/Ctrl-Break.
  32.  
  33. New major release:
  34.  
  35. 2.00    05/19/92        Name changed to DXP.EXE.  Added Xtract as a standlone
  36.                         diskette image extractor.  DXP and XTRACT are now
  37.                         dual mode applications (OS/2 and DOS).  Refer to
  38.                         DXP.DOC for all the new features for Version 2
  39.                         release.
  40.  
  41.                         Bugs fixed in 1.04 are carried over to version 2.
  42.                         The known ones under 1.04 are:
  43.                           - Ran out of near heap under OS/2 if a CMD.EXE
  44.                             replacement shell is used.
  45.                           - FAT scanning logic may miss sparsely allocated
  46.                             clusters and the bad clusters count may be off
  47.                             by one.
  48.                           - /c conversion switch under OS/2 is now working.
  49. 2.01    09/04/92        Minor image description display code bug fix.
  50.  
  51.                         Reworked all display routines so that all errors
  52.                         and warning messages are sent to stderr.  Normal
  53.                         messages are sent to stdout.
  54.  
  55.                         Corrections to spelling errors in documentation.
  56. 2.02    10/17/92        Improved error messages and error logic.
  57. (internal release)
  58.                         Better detection of invalid image header by DXP.
  59.  
  60.                         Improved documentation.
  61. 2.03    10/23/92        Improved error handling when reading an unformatted
  62.                         diskette when running the program under OS/2.
  63. 2.04    11/30/92        Bug fix to allow formatting of 1.44M and 720K
  64. (internal release)      diskettes in 2.88M diskette drive.  Minor code
  65.                         clean up and maintenance.
  66.  
  67.                         Corrected buffer allocation code for running DXP
  68.                         under DOS with 2.88M diskette.
  69. 2.10    01/26/93        Completely rewritten low-level diskette read/write
  70.                         code for the DOS side of Disk eXPress.  This allows
  71.                         read/write of sectors at high speed under OS/2 DOS
  72.                         box also.
  73.  
  74.                         More code and compiler optimizations to reduce self-
  75.                         extract code size by about 2K, and a 10% overall
  76.                         speed up.
  77.  
  78.                         Corrections to some error messages.
  79.  
  80.                         Two beeps are now produced when CRC mismatch after
  81.                         diskette is created.
  82.  
  83.                         New /q switch to allow QuickFormatting of diskette.
  84.  
  85.                         New /DOS switch to allow making of self-extract
  86.                         images that run under DOS and OS/2 DOS box ONLY.
  87.                         Reduction of 13K overhead in self-extract code.
  88.  
  89.                         New /s switch in self-extract image to by-pass
  90.                         warning prompt.
  91.  
  92.                         Description can now be entered by specifying them
  93.                         in environment variables (DXPDESC1 to DXPDESC5).
  94.  
  95.                         Added "Format once", "Format all" selections when a
  96.                         diskette write error is encountered.
  97.  
  98.